home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Odtwarzacze filmow / ViPlay3 b3 / ViPlay300_3.exe / Skins / QT / skin.xml < prev    next >
Extensible Markup Language  |  2005-12-03  |  11KB  |  218 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- ================================== -->
  3. <!--  US ViPlay3 - Rise Of The Players  -->
  4. <!-- ================================== -->
  5.  
  6. <ViPlay3.Skin ver="3.0">
  7.  
  8.     <info>
  9.         <name>QuickTime Player Clone</name>
  10.         <version>1.0</version>
  11.         <author>Aldo Lacavalla</author>
  12.         <email>aml@urusoft.net</email>
  13.         <homepage>http://www.urusoft.net</homepage>
  14.         <comment>Please feel free to use this skin as a point to build your new ViPlay3 skins.</comment>
  15.         <screenshot>screenshot.png</screenshot>
  16.     </info>
  17.  
  18.     <menus>
  19.         <menu id="File">
  20.             <item action="OpenFile"></item>
  21.             <item action="Close"></item>
  22.             <item action="-"></item>
  23.             <item action="Exit"></item>
  24.         </menu>
  25.  
  26.         <menu id="Help">
  27.             <item action="Help topics"></item>
  28.             <item action="-"></item>
  29.             <item action="Getting started"></item>
  30.             <item action="Check for updates..."></item>
  31.             <item action="About"></item>
  32.         </menu>
  33.  
  34.         <menu id="General">
  35.             <item action="About" iconindex="0"></item>
  36.             <item action="-"></item>
  37.             <item action="Options">
  38.                 <item action="Preferences" iconindex="3"></item>
  39.                 <item action="Skins"></item>
  40.                 <item action="Languages"></item>
  41.                 <item action="-"></item>
  42.                 <item action="Shuffle"></item>
  43.                 <item action="Repeat"></item>
  44.             </item>
  45.             <item action="Playback">
  46.                 <item action="Prev"></item>
  47.                 <item action="Play"></item>
  48.                 <item action="Pause"></item>
  49.                 <item action="Stop"></item>
  50.                 <item action="Next"></item>
  51.                 <item action="-"></item>
  52.                 <item action="JumpTo"></item>
  53.                 <item action="JumpToFile"></item>
  54.                 <item action="-"></item>
  55.                 <item action="Back"></item>
  56.                 <item action="Fwd"></item>
  57.             </item>
  58.             <item action="Video">
  59.                 <item action="Fullscreen"></item>
  60.                 <item action="-"></item>
  61.                 <item action="Aspect Ratio">
  62.                     <item action="AspectOriginal" default="1"></item>
  63.                     <item action="-"></item>
  64.                     <item action="Aspect169"></item>
  65.                     <item action="Aspect43"></item>                    
  66.                     <item action="AspectStretched"></item>
  67.                 </item>
  68.                 <item action="Zoom">
  69.                     <item action="DigitalZoom"></item>
  70.                     <item action="-"></item>
  71.                     <item action="Zoom50"></item>
  72.                     <item action="Zoom100" default="1"></item>
  73.                     <item action="Zoom200"></item>
  74.                 </item>                
  75.                 <item action="Colors"></item>
  76.                 <item action="VideoFilters"></item>
  77.                 <item action="AudioStreams"></item>
  78.             </item>
  79.             <item action="Advanced">
  80.                 <item action="Playback rate">
  81.                     <item action="PlayRate50"></item>
  82.                     <item action="PlayRate75"></item>
  83.                     <item action="PlayRate100" default="1"></item>
  84.                     <item action="PlayRate125"></item>
  85.                     <item action="PlayRate150"></item>
  86.                     <item action="PlayRate175"></item>
  87.                     <item action="PlayRate200"></item>
  88.                 </item>
  89.                 <item action="DSFilters"></item>
  90.             </item>
  91.             <item action="-"></item>
  92.             <item action="ToggleMain"></item>
  93.             <item action="TogglePlaylist"></item>
  94.             <item action="ToggleEqualizer"></item>
  95.             <item action="-"></item>
  96.             <item action="Open" iconindex="1">
  97.                 <item action="OpenFile"></item>
  98.                 <item action="OpenURL"></item>
  99.                 <item action="-"></item>
  100.                 <item action="RadioManager"></item>
  101.             </item>
  102.             <item action="Close"></item>
  103.             <item action="-"></item>
  104.             <item action="Exit"></item>
  105.         </menu>
  106.  
  107.         <menu id="Playlist">
  108.             <item action="PlayFocusedFile"></item>
  109.             <item action="FileProperties"></item>
  110.             <item action="-"></item>
  111.             <item action="JumpToFile"></item>
  112.             <item action="-"></item>
  113.             <item action="Add">
  114.                 <item action="AddFiles"></item>
  115.                 <item action="AddFolder"></item>                
  116.             </item>
  117.             <item action="Remove">
  118.                 <item action="RemoveSelectedFiles"></item>
  119.                 <item action="RemoveUnselectedFiles"></item>
  120.                 <item action="RemoveDeadFiles"></item>
  121.                 <item action="RemoveDuplicatedFiles"></item>
  122.             </item>
  123.             <item action="Select">
  124.                 <item action="SelectAllFiles"></item>
  125.                 <item action="DeselectAllFiles"></item>
  126.                 <item action="InvertSelectionFiles"></item>
  127.                 <item action="SelectDuplicatedFiles"></item>
  128.             </item>
  129.             <item action="Sort">
  130.                 <item action="SortFilesByName"></item>
  131.                 <item action="SortFilesByPath"></item>
  132.                 <item action="SortFilesBySize"></item>
  133.                 <item action="SortFilesByDate"></item>
  134.                 <item action="SortFilesByLength"></item>
  135.                 <item action="ReverseFiles"></item>
  136.                 <item action="RandomizeFiles"></item>
  137.             </item>
  138.         </menu>
  139.  
  140.         <menu id="Add">
  141.             <item action="AddFiles"></item>
  142.             <item action="AddFolder"></item>
  143.         </menu>
  144.  
  145.         <menu id="Remove">
  146.             <item action="RemoveSelectedFiles"></item>
  147.             <item action="RemoveUnselectedFiles"></item>
  148.             <item action="RemoveDeadFiles"></item>
  149.             <item action="RemoveDuplicatedFiles"></item>
  150.         </menu>
  151.  
  152.         <menu id="Select">
  153.             <item action="SelectAllFiles"></item>
  154.             <item action="DeselectAllFiles"></item>
  155.             <item action="InvertSelectionFiles"></item>
  156.             <item action="SelectDuplicatedFiles"></item>
  157.         </menu>
  158.  
  159.         <menu id="Sort">
  160.             <item action="SortFilesByName"></item>
  161.             <item action="SortFilesByPath"></item>
  162.             <item action="SortFilesBySize"></item>
  163.             <item action="SortFilesByDate"></item>
  164.             <item action="SortFilesByLength"></item>
  165.             <item action="ReverseFiles"></item>
  166.             <item action="RandomizeFiles"></item>
  167.         </menu>
  168.  
  169.         <menu id="List">
  170.             <item action="NewList"></item>
  171.             <item action="LoadList"></item>
  172.             <item action="SaveList"></item>
  173.         </menu>
  174.     </menus>
  175.  
  176.     <colors>
  177.         <preset id="Ice Blue">
  178.             <color group="0" value="0,15,30"/>
  179.         </preset>
  180.         <preset id="Titanium">
  181.             <color group="0" value="-15,-30,-50"/>
  182.         </preset>
  183.     </colors>
  184.  
  185.     <window id="Main" file="main.png" style="Complex" w="352" h="376" minw="352" minh="376" tl="0,0,37,43" tm="38,0,56,43" tc="38,44,56,43" tr="95,0,37,43" bl="0,97,37,81" bm="38,97,26,81" br="65,97,67,81" lm="0,44,17,52" rm="115,44,17,52" sb="1" videorect="8,43,336,252" videocolor="#FFFFFF" logo="logo.png" group="0" menu="General">
  186.         <timer action="time" x="13" y="302" w="45" h="11" format="hh:mm:ss" font="MS Sans Serif" size="8" color="#000000" backcolor="#FFFFFF" align="LB" group="0" menu="General"/>
  187.         <sliderex file="seek.png" action="Seek" x="62" y="301" w="216" h="12" normalx="74" normaly="0" pressedx="74" pressedy="0" highlightedx="74" highlightedy="0" style="1" kind="H" buttonw="11" buttonh="12" bordersize="6" tilea="0,0,74,12" align="LB" menu="General" group="0"/>
  188.         <slider file="volume.png" action="Volume" x="24" y="326" w="48" h="13" normalx="48" normaly="0" pressedx="48" pressedy="0" highlightedx="48" highlightedy="0" style="1" kind="H" buttonw="12" buttonh="13" align="LB" menu="General" group="0"/>
  189.         <visual file="bar.png" x="285" y="301" w="56" h="15" peakscolor="#909790" linecolor="#909790" backcolor="#000000" align="RB" menu="General"/>
  190.         <button file="exit.png" action="Exit" x="329" y="4" w="18" h="18" normalx="0" normaly="0" highlightedx="0" highlightedy="18" pressedx="0" pressedy="36" align="RT" group="0"/>
  191.         <button file="max.png" action="MaximizeMain" x="309" y="4" w="18" h="18" normalx="0" normaly="0" highlightedx="0" highlightedy="18" pressedx="0" pressedy="36" align="RT" group="0"/>
  192.         <button file="min.png" action="Minimize" x="289" y="4" w="18" h="18" normalx="0" normaly="0" highlightedx="0" highlightedy="18" pressedx="0" pressedy="36" align="RT" group="0"/>
  193.         <button file="play.png" action="Play" x="156" y="328" w="39" h="38" normalx="0" normaly="0" pressedx="0" pressedy="38" highlightedx="0" highlightedy="0" checkedx="0" checkedy="76" align="LRCB" checkbox="1" group="0" menu="General"/>
  194.         <button file="back.png" action="SeekBack" x="115" y="328" w="35" h="34" normalx="0" normaly="0" pressedx="0" pressedy="34" highlightedx="0" highlightedy="0" align="LRCB" group="0" menu="General"/>
  195.         <button file="fwd.png" action="SeekFwd" x="200" y="328" w="35" h="34" normalx="0" normaly="0" pressedx="0" pressedy="34" highlightedx="0" highlightedy="0" align="LRCB" group="0" menu="General"/>
  196.         <button file="prev.png" action="Prev" x="82" y="328" w="29" h="28" normalx="0" normaly="0" pressedx="0" pressedy="28" highlightedx="0" highlightedy="0" align="LRCB" group="0" menu="General"/>
  197.         <button file="next.png" action="Next" x="239" y="328" w="29" h="28" normalx="0" normaly="0" pressedx="0" pressedy="28" highlightedx="0" highlightedy="0" align="LRCB" group="0" menu="General"/>
  198.         <button file="file.png" x="4" y="26" w="24" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="File"/>
  199.         <button file="help.png" x="28" y="26" w="28" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="Help"/>
  200.         <state action="Volume" file="mute.png" x="7" y="327" align="LB" group="0"/>
  201.     </window>
  202.  
  203.     <window id="Equalizer" file="eq.png" menu="General" group="0">
  204.     </window>
  205.  
  206.     <window id="Playlist" file="pledit.png" w="352" h="376" minw="352" minh="376" tl="0,0,37,43" tm="38,0,56,43" tc="38,44,56,43" tr="95,0,37,43" bl="0,97,37,81" bm="38,97,26,81" br="65,97,67,81" lm="0,44,17,52" rm="115,44,17,52" rect="8,43,336,252" font="MS Sans Serif" color="#000000" backcolor="#FFFFFF" currentcolor="#2c356c" selectedcolor="#000000" selectioncolor="#808080" scrollbar="scrollbar.png" normalx="16" pressedx="16" highlightedx="16" buttonw="16" buttonh="40" scrollbarwidth="16" tile="0,0,33,39" bordersize="0" autohidescrollbar="1" dragdrop="dragdrop.png" timeformat="mm:ss" group="0" menu="General" menuitems="Playlist">
  207.         <button file="exit.png" action="ClosePlaylist" x="329" y="4" w="18" h="18" normalx="0" normaly="0" highlightedx="0" highlightedy="18" pressedx="0" pressedy="36" align="RT" group="0"/>
  208.         <button file="max.png" action="MaximizePlaylist" x="309" y="4" w="18" h="18" normalx="0" normaly="0" highlightedx="0" highlightedy="18" pressedx="0" pressedy="36" align="RT" group="0"/>
  209.         <timer action="PlaylistLength" x="13" y="302" w="45" h="11" format="hh:mm:ss" font="MS Sans Serif" size="8" color="#000000" backcolor="#FFFFFF" align="LB" group="0"/>
  210.         <button file="file.png" x="4" y="26" w="24" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="List"/>
  211.         <button file="add.png" x="28" y="26" w="26" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="Add"/>
  212.         <button file="rem.png" x="54" y="26" w="46" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="Remove"/>
  213.         <button file="select.png" x="100" y="26" w="36" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="Select"/>
  214.         <button file="sort.png" x="136" y="26" w="27" h="15" normalx="0" normaly="0" pressedx="0" pressedy="30" highlightedx="0" highlightedy="15" group="0" menu="Sort"/>
  215.     </window>
  216.  
  217. </ViPlay3.Skin>
  218.